The MIDI packet structure describes the data passed by note allocation calls. It is defined by the MusicMIDIPacket data type.
struct MusicMIDIPacket {
unsigned short length;
unsigned long reserved;
UInt8 data[249];
};
typedef struct MusicMIDIPacket MusicMIDIPacket;
This is the count of data bytes only, unlike MIDI Manager or OMS packets.